home *** CD-ROM | disk | FTP | other *** search
/ Macromedia Multimedia Showcase 6.0 / Macromedia Multimedia Showcase v6.0 WIN-MAC (XMSH60CD)(Macromedia, Inc.)(1996).iso / pc / demosoft / xres / data.z / EUCV.PS < prev    next >
Text File  |  1995-10-29  |  1KB  |  73 lines

  1. %!
  2. %%
  3. %%VMlocation: global
  4. %%
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. %%                                    %%
  7. %% This file implements the CMap resource for the            %%
  8. %% Vertical EUC character encoding with the JIS 83 character set. %%
  9. %%                                    %%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11.  
  12. /CIDInit /ProcSet findresource begin
  13.  
  14. 12 dict begin
  15.  
  16. begincmap
  17.  
  18. /CIDSystemInfo <<
  19.   /Registry (Adobe)
  20.   /Ordering (Japan1)
  21.   /Supplement 0
  22. >> def
  23.  
  24. /EUC-H usecmap
  25.  
  26. /CMapName /EUC-V def
  27.  
  28. /CMapVersion 1 def
  29. /CMapType 0 def
  30.  
  31. /WMode 1 def
  32.  
  33. 22 begincidchar
  34.   <a1e1>    7917
  35.   <a4a1>    7918
  36.   <a4a3>    7919
  37.   <a4a5>    7920
  38.   <a4a7>    7921
  39.   <a4a9>    7922
  40.   <a4c3>    7923
  41.   <a4e3>    7924
  42.   <a4e5>    7925
  43.   <a4e7>    7926
  44.   <a4ee>    7927
  45.   <a5a1>    7928
  46.   <a5a3>    7929
  47.   <a5a5>    7930
  48.   <a5a7>    7931
  49.   <a5a9>    7932
  50.   <a5c3>    7933
  51.   <a5e3>    7934
  52.   <a5e5>    7935
  53.   <a5e7>    7936
  54.   <a5ee>    7937
  55.   <a5f5>    7938
  56. endcidchar
  57.  
  58. 5 begincidrange
  59.   <a1a2>    <a1a3>    7887
  60.   <a1b1>    <a1b2>    7889
  61.   <a1bc>    <a1be>    7891
  62.   <a1c1>    <a1c5>    7894
  63.   <a1ca>    <a1db>    7899
  64. endcidrange
  65.  
  66. endcmap
  67.  
  68. CMapName currentdict /CMap defineresource pop
  69.  
  70. end
  71. end
  72.  
  73.